home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle: Internet utan modem / Internet CD.iso / web / computer / wwweps~1.com / adam / garbage.dcr / Internal_23.ls < prev    next >
Encoding:
Text File  |  1997-03-17  |  110 b   |  10 lines

  1. on exitFrame
  2.   if the timer < (the frame * 30) then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on mouseDown
  8.   go(10)
  9. end
  10.